home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / c / Includes.readme < prev    next >
Encoding:
Text File  |  1992-08-14  |  621 b   |  11 lines

  1. Short: shows which .h's a set of C files includes
  2.  
  3.     Includes  is  a simple utility to determine which include files a program
  4.   needs  (or  may  need)  directly  or  indirectly.  It scans the source code
  5.   searching for #include directives, and recursively scans the included files
  6.   until  no  new  inclusions  are  made.   It  may be used to determine which
  7.   include  files  you  need  to  have  to  compile  a  certain project, or to
  8.   automatically  find  the  dependencies for a makefile.  It works both under
  9.   WB1.3  and  2.0.   This  is version 1.2, and includes portable source in C.
  10.   Author:  Bruno Costa.
  11.